@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html,body{
    color: #424242;background-color:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px "宋体";
    min-height: 100%;
    height: 100%;
}

/* 设置HTML5元素为块 */
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section {
display： block;
}
/* 设置图片视频等自适应调整 */
img {
max-width： 100%;
height： auto;
width: auto\9; /*ie8 */
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    border: 0;
}
ul,ol{
    list-style: none;
}
em{
    font-style: normal;
}
/* 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight: normal;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after{
    display:table;
    content:"";}
.clearfix:after{
    clear:both;}
.clearfix{zoom:1;}

#Pager_ctl04_Button{
    width:52px;
    background:#2f72b6;
    color:#fff;
    line-height:22px;
    text-align:center;
    font-size:14px;
}